-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate OpenHands resolver into main repository #4964
Conversation
1. Move resolver code from openhands-resolver repo into openhands/resolver/ 2. Move tests into tests/unit/resolver/ 3. Update GitHub workflow to use integrated resolver 4. Update imports to reflect new package structure
OpenHands started fixing the pr! You can monitor the progress here. |
Co-authored-by: openhands <[email protected]>
Co-authored-by: openhands <[email protected]>
…olver directories
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't get to take a SUPERR close look at this but I tested this locally and it worked great!
Feedback mainly addresses migrating occurrences of openhands-resolver
to openhands-ai
Also I think we're missing changes to the Openhands docs that point to the resolver READMEs, but I'm OK if that's done in a separate PR.
Co-authored-by: Rohit Malhotra <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR integrates the OpenHands resolver into the main repository to prevent updates to OpenHands from breaking the resolver and to make it easier to incorporate resolver actions into OpenHands server.
Changes:
This will help solve https://github.com/All-Hands-AI/openhands-resolver/issues/155 by allowing us to incorporate the resolver actions into OpenHands server without spinning up a separate server.
To run this PR locally, use the following command: